home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 24 / Mac Magazin and MacEasy Magazine CD - Issue 24.iso / Grafik & Text / Painter 4.0 / Painter 4.0 demo / Painter 4.0 demo.rsrc / STR#_14.txt < prev    next >
Text File  |  1996-01-05  |  8KB  |  209 lines

  1. a function of one parameter which returns the parameter mod 1.0. results are naturally on the range 0 through just less than 1.
  2.  
  3. a user temporary variable
  4.  
  5. a user temporary variable
  6.  
  7. a user temporary variable
  8.  
  9. a user temporary variable
  10.  
  11. a user temporary variable
  12.  
  13. a user temporary variable
  14.  
  15. a user temporary variable
  16.  
  17. a user temporary variable
  18.  
  19. a user temporary variable
  20.  
  21. refers to the constant value 4
  22.  
  23. refers to the constant value 3
  24.  
  25. refers to the constant value 2
  26.  
  27. refers to the angle of the current pixel with respect to the center of the selection. The 3 o'clock position is measured as zero. the value of this variable ranges between 0 and 1.
  28.  
  29. refers to the distance from the center of the selection to the pixel (ranges from 0 at the center to 1 at the corners).
  30.  
  31. refers to the value of the current paper grain at the pixel (varies between 0 and 1).
  32.  
  33. this is the constant 0.9
  34.  
  35. this is the constant 0.8
  36.  
  37. this is the constant 0.7
  38.  
  39. this is the constant 0.6
  40.  
  41. this is the constant 0.4
  42.  
  43. this is the constant 0.3
  44.  
  45. this is the constant 0.2
  46.  
  47. this is the constant 0.1
  48.  
  49. this is the constant three-quarters
  50.  
  51. this is the constant one-quarter
  52.  
  53. this is the constant two-thirds
  54.  
  55. this is the constant one-third
  56.  
  57. this is the constant one-half
  58.  
  59. this is the constant one
  60.  
  61. this is the constant zero
  62.  
  63. a function which takes one parameter which returns the absolute value of the first parameter.
  64.  
  65. a procedure which is passed a position mapping function for the horizontal position of the data inside the selection.
  66.  
  67. a function which takes two parameters y and x which calculates the unit angle defined by the points (on the range 0 through 1).
  68.  
  69. a function which takes one parameter and clips the parameter down to the range 0 through 1.
  70.  
  71. a function which takes two parameters y and x which calculates the angle defined by the points (on the range -PI through +PI).
  72.  
  73. a function of two parameters. If the first parameter is greater than or equal to the second parameter, then a value of 1 is returned. Otherwise a value of 0 is returned.
  74.  
  75. a function which takes one parameter which returns the  unit cosine. usin(x) = (cos(x / (2*PI)) + 1)/2; This function goes through the entire period in a unit, and returns results on the range 0 through 1.
  76.  
  77. a function which takes one parameter which returns the  unit sine. usin(x) = (sin(x / (2*PI)) + 1)/2; This function goes through the entire period in a unit, and returns results on the range 0 through 1.
  78.  
  79. a function which takes one parameter which returns the square root of the first parameter.
  80.  
  81. a function which takes two parameters which swaps the parameters both parameters must be direct component specifiers.
  82.  
  83. a function which takes three parameters which uses the third parameter to interpolate between the first and the second parameters. If the third parameter is 0, the value of the first parameter is returned.
  84.  
  85. a function which takes one parameter which returns the cosine of the first parameter (in radians).
  86.  
  87. a function which takes one parameter which returns the sine of the first parameter (in radians).
  88.  
  89. a function which takes one parameter which returns e to the power of the first parameter.
  90.  
  91. a function which takes one parameter which returns the log base e of the first parameter.
  92.  
  93. a function which takes two parameters which returns the first parameter to the power of the second parameter.
  94.  
  95. a function which takes two parameters which returns the maximum of the two values.
  96.  
  97. a function which takes two parameters which returns the minimum of the two values.
  98.  
  99. refers to random noise which creates horizontal stripes which vary between 0 and 1.
  100.  
  101. refers to random noise which creates vertical stripes which vary between 0 and 1.
  102.  
  103. refers to random noise which varies between 0 and 1.
  104.  
  105. refers to the y position of the pixel within the selection being operated on. A y value of 0 refers to the top of the selection and a value of 1 refers to the bottom of the selection.
  106.  
  107. refers to the x position of the pixel within the selection being operated on. An x value of 0 refers to the left side of the selection and a value of 1 refers to the right side of the selection.
  108.  
  109. the end parenthesis is used to contain nested expressions and to delimit functions.
  110.  
  111. the begin parenthesis is used to contain nested expressions and to delimit functions.
  112.  
  113. the comma is used to separate parameters to functions.
  114.  
  115. the semicolon is used to end statements in ColorTalk.
  116.  
  117. this is the divide by operator.
  118.  
  119. this is the multiply into operator.
  120.  
  121. this is the subtract from operator.
  122.  
  123. this is the add into operator.
  124.  
  125. this is the divide operator.
  126.  
  127. this is the multiply operator.
  128.  
  129. this is the subtract operator.
  130.  
  131. this is the add operator.
  132.  
  133. this is the assignment operator.
  134.  
  135. is a placeholder for constants
  136.  
  137. refers to the value (brightness) component of the background color
  138.  
  139. refers to the saturation (colorfulness) component of the background color
  140.  
  141. refers to the hue (color) component of the background color
  142.  
  143. refers to the mask component of the background color
  144.  
  145. refers to the blue component of the background color
  146.  
  147. refers to the green component of the background color
  148.  
  149. refers to the red component of the background color
  150.  
  151. refers to the value (brightness) component of the current color
  152.  
  153. refers to the saturation (colorfulness) component of the current color
  154.  
  155. refers to the hue (color) component of the current color
  156.  
  157. refers to the mask component of the current color
  158.  
  159. refers to the blue component of the current color
  160.  
  161. refers to the green component of the current color
  162.  
  163. refers to the red component of the current color
  164.  
  165. when operating on a floater, this refers to the black plate of the process-separated background image color. Note: process color is represented in CMYK color.
  166.  
  167. when operating on a floater, this refers to the yellow plate of the process-separated background image color. Note: process color is represented in CMYK color.
  168.  
  169. when operating on a floater, this refers to the magenta plate of the process-separated background image color. Note: process color is represented in CMYK color.
  170.  
  171. when operating on a floater, this refers to the cyan plate of the process-separated background image color. Note: process color is represented in CMYK color.
  172.  
  173. when operating on a floater, this refers to the value (brightness) component of the background image.
  174.  
  175. when operating on a floater, this refers to the saturation (colorfulness) component of the background image.
  176.  
  177. when operating on a floater, this refers to the hue (color) component of the background image.
  178.  
  179. when operating on a floater, this refers to the mask component of the background image.
  180.  
  181. when operating on a floater, this refers to the blue component of the background image.
  182.  
  183. when operating on a floater, this refers to the green component of the background image.
  184.  
  185. when operating on a floater, this refers to the red component of the background image.
  186.  
  187. refers to the black plate of the process-separated image color. Note: process color is represented in CMYK color.
  188.  
  189. refers to the yellow plate of the process-separated image color. Note: process color is represented in CMYK color.
  190.  
  191. refers to the magenta plate of the process-separated image color. Note: process color is represented in CMYK color.
  192.  
  193. refers to the cyan plate of the process-separated image color. Note: process color is represented in CMYK color.
  194.  
  195. refers to the value (brightness) component of the image. A value of 0 signifies the color black. A value of 1 signifies the color white. Note: the spectrum exists at a value of 0.5 and saturation of 1.
  196.  
  197. refers to the saturation (colorfulness) component of the image. Note: a saturation value of 0 signifies pure grayscale. A saturation value of 1 signifies pure color. Saturation is undefined at a value of 0 or 1.
  198.  
  199. refers to the hue (color) component of the image. Note: hue 0 is blue, and hue wraps around. Hue is undefined at saturation 0 or at a value of 0 or 1.
  200.  
  201. refers to the mask layer of the image. Note: a zero mask refers to the inside of a selection, a mask with a value of 1 refers to the outside of a selection.
  202.  
  203. refers to the blue component of the image.
  204.  
  205. refers to the green component of the image.
  206.  
  207. refers to the red component of the image.
  208.  
  209.